home *** CD-ROM | disk | FTP | other *** search
- NAME
- sclib_guide.ttx - A simple script to look up documentation on a SAS/C function
-
- FUNCTION
- This little script tries to load AmigaGuide documentation on a SAS/C
- function or data item. It uses the word currently under cursor as the
- AmigaGuide `link' to look up.
-
- INSTALLATION
- - copy sclib_guide.ttx to the rexx:TTX_SASC directory (the Makefile
- does this)
- - Put a line like
- control-g ExecARexxMacro TTX_SASC/sclib_guide.ttx
- in your TURBOTEXT:support/TTX_SASC.dfn file's KEYBOARD section.
- (This assumes that you have installed the TTX extras by Kenneth
- Yarnall from the SAS/C distribution.)
-
- USAGE
- Move the cursor to the function you want described. Hit Control-G
- (if you use the above configuration). Voila!
-
- NOTES
- This is a terrible hack (ie. I have NO documentation on the
- AmigaGuide and its AREXX interface). I found out the "LINK"
- command by searching for interesting strings in the
- amigaguide.library and experimenting. Use at your own risk.
-
- AUTHOR
- Kari Sutela, (Internet email: Kari.Sutela@utu.fi).
-